ServiceCreateItem Method (IListItem, StandardFolder, MessageDisposition) |
Creates multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CreateItem(
IList<Item> items,
StandardFolder standardFolder,
MessageDisposition messageDisposition
)
Public Function CreateItem (
items As IList(Of Item),
standardFolder As StandardFolder,
messageDisposition As MessageDisposition
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItem
The items to create. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder in which to place the newly created items. - messageDisposition
- Type: Independentsoft.ExchangeMessageDisposition
The message disposition.
Return Value
Type:
IListItemInfoResponseA collection of creation results for each of the specified items.
See Also